home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shore_siege.swf / scripts / DefineButton2_73 / BUTTONCONDACTION on(release).as next >
Text File  |  2011-08-19  |  158b  |  12 lines

  1. on(release){
  2.    if(_root.roundNum < 7)
  3.    {
  4.       nextFrame();
  5.    }
  6.    else
  7.    {
  8.       _parent.UPGRADERMASK.play();
  9.       _parent.newDay();
  10.    }
  11. }
  12.